You are here: About configuring the vault > About auditing vault activity

About auditing vault activity

The Meridian FDA Module is capable of logging all actions that have been completed that create, modify, delete, or export data related to any object in the vault using any of the client applications and application links, including Meridian Enterprise Configurator. This feature meets the requirements of Title 21 Part 11 of the U.S. Code of Federal Regulations that applies to the Food and Drug Administration. Once configured for a vault, audit data is logged automatically. No client configuration is required.

Audit data is only logged for standard Meridian Enterprise and Meridian FDA Module commands. Custom commands can be audited by adding calls to the Vault.AuditEvent method in the vault’s VBScript event handlers. The data is stored in a secured database separate from the document metadata. Audit log data is generated automatically in chronological order. Data cannot be imported into the activity database. No user, regardless of their privileges, can modify the audit data. New audit data does not overwrite existing audit data. Audit data is retained for the life of the vault. For a list of the audited actions, see Audited actions.

Note    Releasing documents using VBScript (for example, Document.ChangeWorkflowState AS_WF_RELEASED, "", "") is not logged if the SDWFEvents setting is set to N (default) in the vault configuration. If such script exists in the vault configuration and the document type workflow events must be prevented, then you must provide custom notification scripting. If the document type workflow events do not need to be prevented, set SDWFEvents to Y. The setting can be found in the [ScriptEvents] section of the Application Integration tab in the Environment branch of the configuration tree in Configurator.

The data can be viewed, filtered, and exported by authorized users as described in the BlueCielo Meridian FDA Module User's Guide.

Configuring a vault to generate audit data is described in the following topics.

Related concepts

About configuring the vault

About electronic signatures

Related tasks

Configuring the audit log connection

Creating an audit log database

Localizing the audit log database

Installing the audit log viewer

Related information

Audited actions